func crypto/aes.encryptBlockAsm
4 uses
crypto/aes (current package)
aes_gcm.go#L118: encryptBlockAsm(len(g.ks)/4-1, &g.ks[0], &tagMask[0], &counter[0])
aes_gcm.go#L171: encryptBlockAsm(len(g.ks)/4-1, &g.ks[0], &tagMask[0], &counter[0])
cipher_asm.go#L18: func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)
cipher_asm.go#L68: encryptBlockAsm(len(c.enc)/4-1, &c.enc[0], &dst[0], &src[0])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)